/* Recipies Mochi 2 CSS */

body
{
background-repeat : no-repeat ;
background-position : center ;
background-color : #eeeeee ;
background-image : URL('recipies background.jfif') ;
}
		a:link
{
color : #0000ff ;
text-decoration : none ;
}

a:active
{
color : #ffffff ;
text-decoration : none ;
}

a:visited
{
color : dark blue  ;
text-decoration : none ;
}

a:hover
{
color : Black ;
text-shadow : 2px 0.5px white ;
font-size : 20px ;
transition: 0.3s ease-in-out all; 
}


/* */


